projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3bb3d
)
net: ravb: Add R8A77995 D3 compatible
author
Marek Vasut
<
[email protected]
>
Sat, 21 Oct 2017 09:35:49 +0000
(11:35 +0200)
committer
Marek Vasut
<
[email protected]
>
Sat, 9 Dec 2017 12:36:26 +0000
(13:36 +0100)
Add new compatible to the Ethernet AVB driver for R8A77995 D3 SoC.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Joe Hershberger <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
drivers/net/ravb.c
patch
|
blob
|
history
diff --git
a/drivers/net/ravb.c
b/drivers/net/ravb.c
index d82a954f0c555f1285020a9810b7fba73ea75dc3..dc743e113dec6f41a69ae6490f17aa5ca41c7708 100644
(file)
--- a/
drivers/net/ravb.c
+++ b/
drivers/net/ravb.c
@@
-653,6
+653,7
@@
static const struct udevice_id ravb_ids[] = {
{ .compatible = "renesas,etheravb-r8a7795" },
{ .compatible = "renesas,etheravb-r8a7796" },
{ .compatible = "renesas,etheravb-r8a77970" },
+ { .compatible = "renesas,etheravb-r8a77995" },
{ .compatible = "renesas,etheravb-rcar-gen3" },
{ }
};